projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75793e
)
Fix warning grammar
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 19 Sep 2014 01:57:20 +0000
(21:57 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 19 Sep 2014 01:57:20 +0000
(21:57 -0400)
gtk/gtkrecentmanager.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentmanager.c
b/gtk/gtkrecentmanager.c
index fd49bac9eb05f02600be2e1551958e614d824ee1..99aa23825b7d3d39d61261aaf26b193871af327a 100644
(file)
--- a/
gtk/gtkrecentmanager.c
+++ b/
gtk/gtkrecentmanager.c
@@
-919,7
+919,7
@@
gtk_recent_manager_add_full (GtkRecentManager *manager,
if (!data->mime_type)
{
g_warning ("Attempting to add `%s' to the list of recently used "
- "resources, but no
t
MIME type was defined",
+ "resources, but no MIME type was defined",
uri);
return FALSE;
}